Function HAAR_FILTER_BANK_2D_PYRAMID

Package

filters

Short description

Build a bank of Haar wavelet filters in the

Usage

	 filters = HAAR_FILTER_BANK_2D_PYRAMID(options)

Input

    options (struct): optional

Output

    filters (struct):  filters, with the fields
        g (struct): high-pass filter g, with the following fields:
            filter (cell): cell of structure containing the coefficients
            type (string): takes the value 'spatial_support'
        h (struct): low-pass filter h
            filter (cell): cell of structure containing the coefficients
            type (string): takes the value 'spatial_support'
        meta (struct): contains meta-information on (g,h)

Description

    Compute the Haar wavelet filter bank in the spatial domain.

See also

List of all packages